home *** CD-ROM | disk | FTP | other *** search
/ Champak 33 / Volume 33 - JOGO DISK .iso / Games / snowboard.swf / scripts / frame_8 / PlaceObject2_245_587 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2007-01-15  |  221 b   |  10 lines

  1. onClipEvent(enterFrame){
  2.    _alpha = 0;
  3.    if(this.hitTest(_root.player) && _root.fadeOut._currentframe == 1)
  4.    {
  5.       _root.fadeOut.play();
  6.       _root.player.xspeed = 0;
  7.    }
  8.    this.getNextHighestDepth();
  9. }
  10.